@import url("https://uillinois_ftp.sidearmsports.com/custompages/fontawesome/css/font-awesome.min.css");
/*@import url("http://statefarmcenter.com/slider/beforeafter.css");*/


/*GRID*/

.col-2 {
	width:16.6%;
	float:left;
	padding:0 10px;
}

.col-3 {
	width:25%;
	float:left;
	padding:0 10px;
}

.col-4 {
	width:33%;
	float:left;
	padding:0 10px;
}

.col-5 {
	width:41%;
	float:left;
	padding:0 10px;
}

.col-6 {
	width:50%;
	float:left;
	padding:0 10px;
}

.col-7 {
	width:58%;
	float:left;
	padding:0 10px;
}

.col-8 {
	width:66%;
	float:left;
	padding:0 10px;
}

.col-9 {
	width:75%;
	float:left;
	padding:0 10px;
}

.col-10 {
	width:83%;
	float:left;
	padding:0 10px;
}

.col-12 {
	width:100%;
	float:left;
	padding:0 10px;
}

@media only screen and (max-width: 700px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width:100% !important;
  }
}

.clear {
	clear:both;
}

/*END GRID*/

/*SIDEBAR*/

	.sidebar a {
		font-size:.9em;
		color:#13294b;
		text-decoration:none;
	}
	
	.sidebar a:hover {
		color:#707373;
	}
	
	table.sidebar-table {
		width:100%;
		background:#ffffff;
		border:1px solid #e6e6e6;
		border-collapse:collapse;
		padding:10px 0 20px 0;
	}
	
	table.sidebar-table tr th {
		text-align:left;
		color:#13294b;
		font-weight:bold;
		text-transform:uppercase;
		padding-top:15px;
		padding-right:15px;
		padding-left:15px;
		font-size:20px;
	}
	
	table.sidebar-table tr th p {
		border-bottom:4px solid #ff5f05;
		padding-bottom:8px;
		margin-top:10px;
		
	}
	
		table.sidebar-table tr td {
		padding:0px 15px 8px 15px;
		border-bottom:1px solid #e6e6e6;
	}



table.sidebar-table ul {
	list-style:none;
	padding-left:0rem;
}

table.sidebar-table li {
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px solid #e6e6e6;
}

table.sidebar-table li:last-child {
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:none;
}

/*END SIDEBAR*/

.article-content iframe {
	border: none;
	width: 100%;
}
/*TABLES*/

table.release,
table.release-roster {
    /*font-family: 'Open Sans', sans-serif !important;
    font-size: .9rem !important;*/
	/*background:#e6e6e6;*/
    border-collapse: collapse;
    margin-bottom: 25px;
	width:100%;
    
}
.release th,
.release-roster th {
    background: #ff5f05;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    text-align: left
}
.release td,
.release-roster td {
    border-bottom: 1px solid #e6e6e6;
    padding: 8px;
}
.release tr:hover,
.release-roster tr:hover {
    background: #e6e6e6;
}
.release td.title {
    width: 25%;
    font-weight: 700;
    padding: 8px;
}
table.release-roster td.title-short {
    background: #e6e6e6!important;
    font-weight: 700!important;
    padding: 3px
}
table.release td img {
    display: inline-block!important
}

/*END TABLES*/

/*ALERT*/

#alertsWrapper {
	background:#ff5f05;
}

.s-alert--type-default.s-alert--theme-light-theme {
	background:#ff5f05 !important;
	color:#ffffff !important;
}

.s-alert--type-default.s-alert--theme-light-theme a:hover {
	color:#ffffff !important;
}


/*H2*/

.sportfile h2.s-common__header-title, .sportfile h2.sidearm-common-page, .c-story-archive-page h2.s-common__header-title, .c-staffdirectorybio__page h2.s-common__header-title, .c-rosterpage h2.s-common__header-title, .sidearm-app-content-container h2.s-common__header-title  {
	color:#13294b !important;
	text-transform:uppercase;
	border-color:#ff5f05 !important;
}

.sportfile h3, .sidearm-common-page h3, h3 {
	color:#13294b !important;
	text-transform:uppercase;
	letter-spacing:2px;
	border-bottom:2px solid #ff5f05;
}

.sidearm-facility-text h3 {
	color:#ffffff !important;

}

@media only screen and (max-width: 700px) {
  .sidearm-facility-text h3 {
    color:#13294b !important;
	  border-bottom:2px solid #ff5f05;
  }
}

/*TABLE FIX?*/

.prose table td {vertical-align: middle;}

/*NARRATOR*/

article.sidearm-story-template-featured-1 section.sidearm-story-template-related-stories {
	display:none !important;
}